Online Tests for Programming and protocol solving in C language

Programming and protocol solving in C language

Download Guruji24.com App on Google Play
  • 1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 1.1 . Link of linked list in C is of type

    Q - 1.2 . When multidimensional arrays are assigned initial value

    Q - 1.3 . The declaration "unsigned u" indicates

    Q - 1.4 . The scope of a variable of automatic storage class is limited to the

    Q - 1.5 . Which is the correct way to define a pointer?

    Q - 1.6 . Recursive functions are executed in a

    Q - 1.7 . A typecast is uesd to

    Q - 1.8 . "Get the value of the most recently inserted node and delete the node" refers to operation-

    Q - 1.9 . A file must be opened so that

    Q - 1.10 . Which of the following declarations is wrong.

    2. Each statement below is either TRUE or FALSE. Choose the most appropriate one and ENTER in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 2.1 . The series 1,2,3,4,8,13 is a Fibonacci series.

    Q - 2.2 . A union cannot be a member of a structure.

    Q - 2.3 . POP operation in stack may result in overflow.

    Q - 2.4 . Loop is a mechanism to execute a set of statements a number of times.

    Q - 2.5 . Unless otherwise defined, a variable declared in a function is considered to be auto.

    Q - 2.6 . Queue is called FIFO list.

    Q - 2.7 . The printf() function automatically prints a newlin character at the end of execution.

    Q - 2.8 . A string is an array of characters.

    Q - 2.9 . In an array of ascending order of numbers, the largest number is the first element of the array and smallest nomber is the last element of the array.

    Q - 2.10 . The compiler interprets else-if differently than it does an equivalent if-else.

    3. Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the "OMR" answer sheet supplied with the question paper, following instructions therein

    Question Select Answer
    3.1 The program's ability to access a variable from the memory
    3.2 End of linked list
    3.3 Deleting the node whose address is known without traversing the list
    3.4 space utilization
    3.5 x+=(2<<3)
    3.6 + AB
    3.7 puts()
    3.8 Passing address of variable to a function
    3.9 Unconditional jump
    3.10 sizeof

    4. Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below. Enter your choice in the "OMR" answer sheet supplied with the question paper, following instructions therein.

    Question Select Answer
    4.1 a[i] is the same as_______ .
    4.2 The function _________ indicates an end-of-file condition for anystrem oriented data file.
    4.3 The function sprintf() is meant for formatted write to a memory _________ .
    4.4 If an array is two-dimensional then two _______ are used to reference an element in the array.
    4.5 A program written in mnemonics is called _______ program.
    4.6 The function sprintf() is meant for formatted write to a memory _________ .
    4.7 The declaration of a function in the calling program is known as _______.
    4.8 Deletion of a node from a singly linked list, in general, requires adjustment of pointer field of _________ node(s).
    4.9 ?: is _______ operator.
    4.10 To write a block of data to a file in standard I/O, the appropriate function is _________ .